home *** CD-ROM | disk | FTP | other *** search
- # Eskimo North Trumpet Winsock Login.cmd
- #
- display Dialing Modem...
- #Replace modemconfig below to your modem configuration.
- #The simplest is ATZ for most modems. You may also be
- #able to use at&k3m0s0=0s11=55 which will provide for
- #hardware flow control for a 14.4k modem and silent dialing.
- output atz\r
- input 10 OK\n
- sleep 1
- repeat
- sleep 6
- #The phone number below is the Seattle Eskimo dialin number.
- #Replace the 367-3837 with the number you use.
- output atdt367-3837\r
- until 1-[input 15 BUSY]
- display Connecting ---------------
- input 30 ==>
- output 4\r
- input 30 login:
- username Enter your login ID
- output \u\r
- input 30 Password:
- password Enter your password
- output \p\r
- display Initializing CSLIP Connection
- input 240 Command?
- output I
- input 60 Command?
- output .s -b 57600\r
- input 60 "SLiRP Ready ..."
- online
- display ------------CSLIP initialized. Lets ROCK!